refactor: split catalog-doc-check into agent + skill#31
Conversation
…ions, skill, and slim agent
…ps now delegate entirely to catalog-doc skill
…-documentation-standards skill
…umentation-standards)
…laced by flat file)
|
@copilot resolve the merge conflicts in this pull request |
Co-authored-by: leanderdruwel-skyline <[email protected]>
Resolved in 8beb7f4. I merged Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
... You're right to call that out. Those README-related files were pulled in only because |
Summary
Splits
agents/catalog-doc-check.agent.mdinto an agent (behavioral logic) + skill (domain knowledge) by adding a newskills/folder.Why
skills/catalog-doc/SKILL.md) is reusable: a developer-facing agent in.github-privatecan reference the same catalog documentation rules without duplicating themshared/global-instructions.md, which was previously referenced as a markdown link (not included in the prompt)Changes
skills/catalog-doc/SKILL.mdagents/catalog-doc-check.agent.mdworkflows/catalog-doc-check.mdglobal-instructions,catalog-doc skill, andcatalog-doc-check agentin orderContent split rationale
Moved to skill:
Stays in agent:
CatalogInformation/README.md)The agent.md no longer contains inline validation rules. Any repo that has compiled a
lock.ymlusing the oldcatalog-doc-check.mdworkflow and does a runtime-import of onlyagents/catalog-doc-check.agent.mdwill be missing the rules at runtime.Required action for consumers: Re-install and recompile
workflows/catalog-doc-check.mdto pick up the new multi-import structure: